Chore: [AEA-0000] - workflow to update dev container#714
Conversation
|
This PR is linked to a ticket in an NHS Digital JIRA Project. Here's a handy link to the ticket: AEA-0000 |
|
There was a problem hiding this comment.
Pull request overview
Adds a GitHub Actions workflow to periodically (and manually) run the shared “update dev container version” automation via the NHSDigital/eps-common-workflows reusable workflow.
Changes:
- Introduces a new
workflow_dispatch+ scheduled workflow for devcontainer version updates. - Configures required permissions and passes GitHub App secrets for PR creation.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| jobs: | ||
| update_devcontainer_version: | ||
| uses: NHSDigital/eps-common-workflows/.github/workflows/update-dev-container-version.yml@23342d86a245c076937abd6aecdd0ce06446b1e6 |
There was a problem hiding this comment.
This workflow pins NHSDigital/eps-common-workflows to a different commit SHA than the rest of this repo’s workflows (others use @5ac2707...). If this isn’t intentional, consider aligning all reusable-workflow references to the same SHA (or a shared tag/release) to keep CI behavior consistent and simplify upgrades/rollbacks.
| uses: NHSDigital/eps-common-workflows/.github/workflows/update-dev-container-version.yml@23342d86a245c076937abd6aecdd0ce06446b1e6 | |
| uses: NHSDigital/eps-common-workflows/.github/workflows/update-dev-container-version.yml@5ac2707 |
|



Summary
Details